body, .form-control {
    font-family: 'Lato', sans-serif;
}
h1{
    margin-bottom: 40px;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

.col-centered{
    float: none;
    margin: 0 auto;
}
